-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(.github/actions/pnpm-setup-node): remove version field in with of pnpm/action-setup #1363
chore(.github/actions/pnpm-setup-node): remove version field in with of pnpm/action-setup #1363
Conversation
…of pnpm/action-setup
People can be co-author:
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sukvvon is attempting to deploy a commit to the Toss Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1363 +/- ##
=======================================
Coverage 71.86% 71.86%
=======================================
Files 67 67
Lines 583 583
Branches 129 129
=======================================
Hits 419 419
Misses 151 151
Partials 13 13
|
CodSpeed Performance ReportMerging #1363 will create unknown performance changesComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Overview
removed the version specified in the with field of pnpm/action-setup. when the pnpm version is already defined in the packageManager field of package.json, pnpm/action-setup can automatically recognize and use it. duplicating the version setting adds unnecessary complexity and increases maintenance overhead without added benefit.
by relying on the version specified in packageManager, this change simplifies the configuration and ensures consistency.
PR Checklist